treeview: Remove unused style properties
authorTimm Bäder <mail@baedert.org>
Tue, 11 Oct 2016 11:34:49 +0000 (13:34 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 17 Oct 2016 22:29:16 +0000 (00:29 +0200)
gtk/gtktreeview.c

index 4f0e1e8d20910bd44a4c48909c30d3839c361301..50902f52118658d309e2b90f17e1ca32f11a6c8f 100644 (file)
@@ -1271,21 +1271,6 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
                                                                 P_("Make the expanders indented"),
                                                                 TRUE,
                                                                 GTK_PARAM_READABLE));
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-  gtk_widget_class_install_style_property (widget_class,
-                                           g_param_spec_boxed ("even-row-color",
-                                                               P_("Even Row Color"),
-                                                               P_("Color to use for even rows"),
-                                                              GDK_TYPE_COLOR,
-                                                              GTK_PARAM_READABLE));
-
-  gtk_widget_class_install_style_property (widget_class,
-                                           g_param_spec_boxed ("odd-row-color",
-                                                               P_("Odd Row Color"),
-                                                               P_("Color to use for odd rows"),
-                                                              GDK_TYPE_COLOR,
-                                                              GTK_PARAM_READABLE));
-G_GNUC_END_IGNORE_DEPRECATIONS
 
   gtk_widget_class_install_style_property (widget_class,
                                           g_param_spec_int ("grid-line-width",